Skip to main content

All Questions

0votes
2answers
120views

How do I improve my model accuracy and val_accuracy for my cnn model?

I'm using 3000+ retinopathy images in my CNN model. The accuracy remains around 77 to 80, how do i improve the accuracy value and reduce loss value? I've tried dropout and Adam optimizer to increase ...
Rishhh's user avatar
2votes
0answers
53views

Single-value loss/training in a CNN with a tensor output

I am playing around with an idea of using using Q-learning with a DQN (Deep Q-Network), to determine the optimal position of a number of 'units' on a grid of allowed locations, according to some ...
Anders BB's user avatar

close